projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb3833
)
Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Dec 2005 22:11:07 +0000
(22:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Dec 2005 22:11:07 +0000
(22:11 +0000)
src/keyboard.h
patch
|
blob
|
history
src/undo.c
patch
|
blob
|
history
diff --git
a/src/keyboard.h
b/src/keyboard.h
index 9af3e9acc81236c711ce4675802f2401a6f33d32..913f48ee64eeb0ccd984794bdce0765b79351a1b 100644
(file)
--- a/
src/keyboard.h
+++ b/
src/keyboard.h
@@
-301,9
+301,6
@@
extern Lisp_Object read_char P_ ((int, int, Lisp_Object *, Lisp_Object, int *));
/* User-supplied string to translate input characters through. */
extern Lisp_Object Vkeyboard_translate_table;
-/* The window that was selected when the last command was started. */
-extern Lisp_Object last_point_position_window;
-
extern int parse_menu_item P_ ((Lisp_Object, int, int));
extern void echo_now P_ ((void));
diff --git
a/src/undo.c
b/src/undo.c
index a7a2fadfefb171eee66280c15723ea135caffcbb..bf774affac5d1204e4c3fffeaf7d7eacf476b0e8 100644
(file)
--- a/
src/undo.c
+++ b/
src/undo.c
@@
-25,7
+25,6
@@
Boston, MA 02110-1301, USA. */
#include "buffer.h"
#include "commands.h"
#include "window.h"
-#include "keyboard.h"
/* Limits controlling how much undo information to keep. */